vim: disable wayland to fix missing dependency
authorGeorge Sapkin <[email protected]>
Mon, 8 Dec 2025 13:17:13 +0000 (15:17 +0200)
committerChristian Marangi <[email protected]>
Mon, 8 Dec 2025 14:17:41 +0000 (15:17 +0100)
vim autodetects wayland if it's installed, but there's no dependency on
it which results in:

Package vim-full is missing dependencies for the following libraries:
libwayland-client.so.0

Fixes: 4406b79 ("vim: bump to 9.1.1918")
Signed-off-by: George Sapkin <[email protected]>
utils/vim/Makefile

index 1a1bbad1dc15dd742725b962d540cb0a1906afe5..d9211b930aecbf4e0f15fd776c71cdc2c822c6ee 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=vim
 PKG_VERSION:=9.1.1918
 PKG_XXD_VERSION:=2025.08.24
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 VIMVER:=91
 
 PKG_SOURCE_PROTO:=git
@@ -126,7 +126,8 @@ CONFIGURE_ARGS += \
        --disable-libsodium \
        --disable-selinux \
        --with-tlib=ncurses \
-       --with-compiledby="non-existent-hostname-compiled"
+       --with-compiledby="non-existent-hostname-compiled" \
+       --with-wayland=no
 
 CONFIGURE_VARS += \
        ac_cv_header_elf_h=no \